home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 March / MacWorld 03:96.toast / Graphics / clip2gif 0.7.2 / Scripting clip2gif / Read Me First < prev    next >
Text File  |  1995-12-01  |  2KB  |  27 lines

  1. Content of this folder
  2. Yves Piguet <piguet@ia.epfl.ch>
  3. 12/1/95
  4.  
  5. Scripting clip2gif
  6. Describes how to script clip2gif 0.7 with several popular applications, including MacHTTP, HyperCard and programming languages like C or Pascal.
  7.  
  8. charts
  9. Script to create a GIF file from scratch with a chart. The functions defined in charts can be useful in cgi applets (cgi means Common Gateway Interface and is a way for http servers (WWW servers) to create dynamic documents).
  10.  
  11. demo.acgi
  12. CGI applet which shows how the arguments passed to it can be used to create a GIF image without any temporary file. With MacHTTP or WebSTAR, use the following URLs:
  13. http://www.host.address/demo.acgi$disk
  14. http://www.host.address/demo.acgi$rect
  15. http://www.host.address/demo.acgi
  16.  
  17. Make Interlaced Framed GIF
  18. Modify GIF files by interlacing them and adding a frame.
  19. Warning: Modified files will be 8 bits/pixel GIF files whatever the input files are.
  20.  
  21. Save PICT resources as GIF
  22. Save all the PICT resources of a file as GIF files in the specified folder. This can be used with PowerPoint presentations saved as scrapbook to have one GIF file per page.
  23.  
  24. stat.perl
  25. Perl script to process a log file. The log file should be named "MacHTTP.log" and be in the same folder as stat.perl. Each line should contain the hour (dd:dd, where d is a digit) and the file name. stat.perl looks for the extensions ".html", ".gif", ".cgi" or ".acgi". Three files are created: stat.html, extstats.gif and hourlystats.gif.
  26.  
  27. Unless it is specified otherwise, all the scripts in this folder are in the public domain. There is absolutely no warranty. Do whatever you want with them. Read the scripts by dragging them onto Script Editor if you want to know exactly what they do.